home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 11
/
FM Towns Free Software Collection 11.iso
/
t_os
/
tool
/
dolmorph
/
src
/
morphgo.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-03
|
325 b
|
14 lines
#include "domorph.h"
#ifndef MODULE_MORPHGO
extern int idMorphSucceedWin ;
extern int idMorphSucceedMsg ;
#endif
int init_morphgo(void);
void end_morphgo(void);
int morphgo_checkExecMorph(int type);
void morphgo_execMorph(int type);
int morphgo_getBackImagePixel(int x,int y);
int morphgo_getBackFlag(void);